getCallingApplicationIcon

@Nullable
open fun getCallingApplicationIcon(): @Nullable Drawable(source)

Get the icon of the calling application as a Drawable if data about the calling package is available.

Note: This data may have been provided voluntarily by the calling application. As such it should not be trusted for accuracy in the context of security or verification.

Return

The calling application's icon or null if unknown